%titlebar,
headerbar {
- padding: 6px;
+ padding: 0 6px;
+ min-height: 46px;
border-width: 0 0 1px;
border-style: solid;
border-color: $borders_color;
}
&.default-decoration {
- padding: 4px;
- button { padding: 5px; }
+ padding: 0 4px;
+ min-height: 36px;
+ button {
+ min-height: 26px;
+ padding: 0 5px;
+ }
}
}
***************/
.titlebar:not(headerbar),
headerbar {
- padding: 6px;
+ padding: 0 6px;
+ min-height: 46px;
border-width: 0 0 1px;
border-style: solid;
border-color: #1c1f1f;
border-radius: 0; }
.default-decoration.titlebar:not(headerbar),
headerbar.default-decoration {
- padding: 4px; }
+ padding: 0 4px;
+ min-height: 36px; }
.default-decoration.titlebar:not(headerbar) button,
headerbar.default-decoration button,
headerbar.default-decoration .titlebar button.titlebutton,
.titlebar headerbar.default-decoration button.titlebutton {
- padding: 5px; }
+ min-height: 26px;
+ padding: 0 5px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;
***************/
.titlebar:not(headerbar),
headerbar {
- padding: 6px;
+ padding: 0 6px;
+ min-height: 46px;
border-width: 0 0 1px;
border-style: solid;
border-color: #9d9d99;
border-radius: 0; }
.default-decoration.titlebar:not(headerbar),
headerbar.default-decoration {
- padding: 4px; }
+ padding: 0 4px;
+ min-height: 36px; }
.default-decoration.titlebar:not(headerbar) button,
headerbar.default-decoration button,
headerbar.default-decoration .titlebar button.titlebutton,
.titlebar headerbar.default-decoration button.titlebutton {
- padding: 5px; }
+ min-height: 26px;
+ padding: 0 5px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;